home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / etech / Spice / examples / schmitt.cir < prev    next >
Text File  |  1990-07-11  |  544b  |  25 lines

  1. schmitt ckt - ecl compatible schmitt trigger
  2. .width in=72
  3. .opt acct list node lvlcod=2
  4. .tran 10ns 1000ns
  5. vin 1 0 pulse(-1.6 -1.2 10ns 400ns 400ns 100ns 10000ns)
  6. vee 8 0 -5
  7. rin 1 2 50
  8. rc1 0 3 50
  9. r1 3 5 185
  10. r2 5 8 760
  11. rc2 0 6 100
  12. re 4 8 260
  13. rth1 7 8 125
  14. rth2 7 0 85
  15. cload 7 0 5pf
  16. q1 3 2 4 qstd off
  17. q2 6 5 4 qstd
  18. q3 0 6 7 qstd
  19. q4 0 6 7 qstd
  20. .model qstd npn(is=1.0e-16 bf=50 br=0.1 rb=50 rc=10 tf=0.12ns tr=5ns
  21. +   cje=0.4pf pe=0.8 me=0.4 cjc=0.5pf pc=0.8 mc=0.333 ccs=1pf va=50)
  22. .print tran v(1) v(3) v(5) v(6)
  23. .plot tran v(3) v(5) v(6) v(1)
  24. .end
  25.